home *** CD-ROM | disk | FTP | other *** search
/ Everything For A Hacker / 19990506-[HACK].iso / HEXEDIT / BIED.1_0 / bied.exe / 0 / RCDATA / TFRMRANGE / TFRMRANGE.txt
Text File  |  1998-09-29  |  4KB  |  177 lines

  1. object FrmRange: TFrmRange
  2.   Left = 349
  3.   Top = 111
  4.   BorderStyle = bsDialog
  5.   Caption = 'Range'
  6.   ClientHeight = 140
  7.   ClientWidth = 241
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poDefaultPosOnly
  15.   ShowHint = True
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object GrpRange: TGroupBox
  21.     Left = 0
  22.     Top = 0
  23.     Width = 241
  24.     Height = 106
  25.     Align = alClient
  26.     Caption = 'Range'
  27.     TabOrder = 0
  28.     object Label1: TLabel
  29.       Left = 16
  30.       Top = 56
  31.       Width = 65
  32.       Height = 16
  33.       AutoSize = False
  34.       Caption = '&From:'
  35.       FocusControl = NEdFirst
  36.     end
  37.     object Label2: TLabel
  38.       Left = 160
  39.       Top = 56
  40.       Width = 65
  41.       Height = 16
  42.       AutoSize = False
  43.       Caption = '&Length:'
  44.       FocusControl = NEdCount
  45.     end
  46.     object Label3: TLabel
  47.       Left = 88
  48.       Top = 56
  49.       Width = 65
  50.       Height = 16
  51.       AutoSize = False
  52.       Caption = '&To:'
  53.       FocusControl = NEdLast
  54.     end
  55.     object SbAll: TSpeedButton
  56.       Left = 16
  57.       Top = 22
  58.       Width = 65
  59.       Height = 25
  60.       Hint = 'Apply to all buffer'
  61.       Caption = '&All'
  62.       OnClick = SbAllClick
  63.     end
  64.     object SbSelection: TSpeedButton
  65.       Left = 88
  66.       Top = 22
  67.       Width = 65
  68.       Height = 25
  69.       Hint = 'Apply to selection'
  70.       Caption = '&Selection'
  71.       OnClick = SbSelectionClick
  72.     end
  73.     object NEdFirst: TAKNumEdit
  74.       Left = 16
  75.       Top = 72
  76.       Width = 65
  77.       Height = 21
  78.       CharCase = ecUpperCase
  79.       MaxLength = 7
  80.       TabOrder = 2
  81.       LeadingZero = False
  82.       Radix = 16
  83.       Value = 0
  84.       Version = '1.00'
  85.       OnChange = NEdFirstChange
  86.     end
  87.     object NEdCount: TAKNumEdit
  88.       Left = 160
  89.       Top = 72
  90.       Width = 65
  91.       Height = 21
  92.       CharCase = ecUpperCase
  93.       MaxLength = 7
  94.       TabOrder = 4
  95.       LeadingZero = False
  96.       Radix = 16
  97.       Value = 0
  98.       Version = '1.00'
  99.       OnChange = NEdCountChange
  100.     end
  101.     object NEdLast: TAKNumEdit
  102.       Left = 88
  103.       Top = 72
  104.       Width = 65
  105.       Height = 21
  106.       CharCase = ecUpperCase
  107.       MaxLength = 7
  108.       TabOrder = 3
  109.       LeadingZero = False
  110.       Radix = 10
  111.       Value = 0
  112.       Version = '1.00'
  113.       OnChange = NEdLastChange
  114.     end
  115.     object RbDec: TRadioButton
  116.       Left = 168
  117.       Top = 17
  118.       Width = 57
  119.       Height = 17
  120.       Caption = '&Dec'
  121.       Checked = True
  122.       TabOrder = 0
  123.       TabStop = True
  124.       OnClick = RbDecClick
  125.     end
  126.     object RbHex: TRadioButton
  127.       Left = 168
  128.       Top = 35
  129.       Width = 57
  130.       Height = 17
  131.       Caption = '&Hex'
  132.       TabOrder = 1
  133.       OnClick = RbDecClick
  134.     end
  135.   end
  136.   object PanButtons: TPanel
  137.     Left = 0
  138.     Top = 106
  139.     Width = 241
  140.     Height = 34
  141.     Align = alBottom
  142.     BevelInner = bvRaised
  143.     BevelOuter = bvLowered
  144.     TabOrder = 1
  145.     object ButOK: TButton
  146.       Left = 72
  147.       Top = 5
  148.       Width = 75
  149.       Height = 25
  150.       Caption = '&OK'
  151.       Default = True
  152.       TabOrder = 0
  153.     end
  154.     object ButClose: TButton
  155.       Left = 152
  156.       Top = 5
  157.       Width = 75
  158.       Height = 25
  159.       Cancel = True
  160.       Caption = '&Cancel'
  161.       ModalResult = 2
  162.       TabOrder = 1
  163.     end
  164.   end
  165.   object Storage: TFormStorage
  166.     IniSection = 'RangeOps'
  167.     OnRestorePlacement = StorageRestorePlacement
  168.     StoredProps.Strings = (
  169.       'RbDec.Checked'
  170.       'RbHex.Checked'
  171.       'NEdFirst.Value'
  172.       'NEdCount.Value')
  173.     Left = 16
  174.     Top = 104
  175.   end
  176. end
  177.